home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13048 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  793 b 

  1. Path: ipxpress.aws.waii.com!llu
  2. From: llu@omega.was.waii.com (Luke Y. Lu)
  3. Newsgroups: comp.lang.c,comp.unix.questions
  4. Subject: Re: RCS ci doesn't work
  5. Date: 4 Apr 1996 04:34:01 GMT
  6. Organization: WAS, Houston
  7. Message-ID: <4jvjfp$cnt@ipxpress.aws.waii.com>
  8. References: <4jucr4$14oe@saba.info.ucla.edu>
  9. NNTP-Posting-Host: omega.was.waii.com
  10.  
  11. In article <4jucr4$14oe@saba.info.ucla.edu>, John L. Stein <stein> wrote:
  12. :Using rs6000-ibm-aix3.2 I get
  13. :
  14. :{whirlwind} 6> ci Makefile.in
  15. :RCS/Makefile.in,v  <--  Makefile.in
  16. :ci error: no lock set by stein
  17. :
  18. :Can you tell me whats wrong?
  19.  
  20. Please RTFM.  In case you're too dense/stoned to read the man page:
  21.  
  22. you didn't use -l to lock it or used -u option to remove your lock.  use
  23. co -l to relock it.  Always use -l under normal circumstances.
  24.  
  25. __Luke
  26.  
  27.